docs: Fix some links
authorMatthias Clasen <mclasen@redhat.com>
Sat, 25 Mar 2023 14:09:00 +0000 (10:09 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 25 Mar 2023 14:09:00 +0000 (10:09 -0400)
The links to the overview sections were all broken.
Fix them.

gtk/gtktextbuffer.c
gtk/gtktextiter.c
gtk/gtktextmark.c
gtk/gtktexttag.c
gtk/gtktexttagtable.c
gtk/gtktextview.c
gtk/gtktreeview.c
gtk/gtktreeviewcolumn.c

index abc709f3e35b58496cca9103d2f5c9a163b9bb84..f5f17f5013669bacc72c3a0d71d5a936cf95fde6 100644 (file)
@@ -49,7 +49,7 @@
  * @See_also: #GtkTextView, #GtkTextIter, #GtkTextMark
  *
  * You may wish to begin by reading the
- * [text widget conceptual overview][TextWidget]
+ * [text widget conceptual overview](TextWidget.html)
  * which gives an overview of all the objects and data
  * types related to the text widget and how they work together.
  */
index ee607919d41ece16bd4c20a5176d980b5f870e5f..6d16a0e7fa7395f713d40fd487eff6d0d4e5c938 100644 (file)
@@ -40,7 +40,7 @@
  * @Title: GtkTextIter
  *
  * You may wish to begin by reading the
- * [text widget conceptual overview][TextWidget]
+ * [text widget conceptual overview](TextWidget.html)
  * which gives an overview of all the objects and data
  * types related to the text widget and how they work together.
  */
index ba2544ab4f537a2cf45cb862786ca2fd3c7efe5a..acfa67e61e0617828b7d9f6455f51d807a31fbd2 100644 (file)
@@ -60,7 +60,7 @@
  * @Title: GtkTextMark
  *
  * You may wish to begin by reading the
- * [text widget conceptual overview][TextWidget]
+ * [text widget conceptual overview](TextWidget.html)
  * which gives an overview of all the objects and data
  * types related to the text widget and how they work together.
  *
index 85831be54cea9ab4019023b0af9b054e5f45b070..66022560cebf9a07f4f9af4f2f549921f05e1397 100644 (file)
@@ -53,7 +53,7 @@
  * @Short_description: A tag that can be applied to text in a GtkTextBuffer
  *
  * You may wish to begin by reading the
- * [text widget conceptual overview][TextWidget]
+ * [text widget conceptual overview](TextWidget.html)
  * which gives an overview of all the objects and
  * data types related to the text widget and how they work together.
  *
index c2853f0e08811b90ce401890fc5211bcb4e1a8bd..c9c3e0c12f271e1dc51f5cb85b865c75a51979fd 100644 (file)
@@ -41,7 +41,7 @@
  * @Title: GtkTextTagTable
  *
  * You may wish to begin by reading the
- * [text widget conceptual overview][TextWidget]
+ * [text widget conceptual overview](TextWidget.html)
  * which gives an overview of all the objects and
  * data types related to the text widget and how they work together.
  *
index 8a1241e602c1ea5a81a15e3b13732266688497f7..394da40728f3bc433b60f807b44d9995fd0f6333 100644 (file)
@@ -70,7 +70,7 @@
  * @See_also: #GtkTextBuffer, #GtkTextIter
  *
  * You may wish to begin by reading the
- * [text widget conceptual overview][TextWidget]
+ * [text widget conceptual overview](TextWidget.html)
  * which gives an overview of all the objects and data
  * types related to the text widget and how they work together.
  *
index 172b2b927993bb605ecafe4537f2f1348fedd94b..b6a42900e29f1135a7acab1007118de45731174c 100644 (file)
@@ -71,7 +71,7 @@
  * Widget that displays any object that implements the #GtkTreeModel interface.
  *
  * Please refer to the
- * [tree widget conceptual overview][TreeWidget]
+ * [tree widget conceptual overview](TreeWidget.html)
  * for an overview of all the objects and data types related
  * to the tree widget and how they work together.
  *
@@ -1330,7 +1330,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
    * Space, Shift+Space, Return or Enter is pressed.
    *
    * For selection handling refer to the
-   * [tree widget conceptual overview][TreeWidget]
+   * [tree widget conceptual overview](TreeWidget.html)
    * as well as #GtkTreeSelection.
    */
   tree_view_signals[ROW_ACTIVATED] =
index 3b5b4a08fc1ce37bff54a592c53ea5cdc646b036..366b3aaabb8a8f0e2df593b07a43753a20167e48 100644 (file)
@@ -51,7 +51,7 @@
  * It allows to set properties of the column header, and functions as a holding pen for
  * the cell renderers which determine how the data in the column is displayed.
  *
- * Please refer to the [tree widget conceptual overview][TreeWidget]
+ * Please refer to the [tree widget conceptual overview](TreeWidget.html)
  * for an overview of all the objects and data types related to the tree widget and how
  * they work together.
  */